home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / share / 39 / _SETUP.1 / Qimage.exe / 0 / RCDATA / TFORM14 / TFORM14.txt
Text File  |  2000-07-30  |  2KB  |  76 lines

  1. object Form14: TForm14
  2.   Left = 334
  3.   Top = 108
  4.   Width = 678
  5.   Height = 149
  6.   Caption = 'Annotation'
  7.   Color = clBtnFace
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = True
  15.   OnDeactivate = FormDeactivate
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Label1: TLabel
  19.     Left = 10
  20.     Top = 10
  21.     Width = 135
  22.     Height = 16
  23.     Caption = 'Enter the annotation for'
  24.   end
  25.   object Edit1: TEdit
  26.     Left = 10
  27.     Top = 30
  28.     Width = 651
  29.     Height = 24
  30.     Hint = 
  31.       'The annotation entered here will print directly beneath the imag' +
  32.       'e.  When you have entered the maximum number of characters (depe' +
  33.       'nds on image size), the input will not accept any more character' +
  34.       's.'
  35.     ParentShowHint = False
  36.     ShowHint = True
  37.     TabOrder = 0
  38.     OnKeyPress = Edit1KeyPress
  39.   end
  40.   object BitBtn1: TBitBtn
  41.     Left = 197
  42.     Top = 79
  43.     Width = 92
  44.     Height = 31
  45.     Hint = 'Tag the above annotation to the image.'
  46.     Caption = 'Ok'
  47.     ParentShowHint = False
  48.     ShowHint = True
  49.     TabOrder = 1
  50.     OnClick = BitBtn1Click
  51.     Kind = bkOK
  52.   end
  53.   object BitBtn2: TBitBtn
  54.     Left = 364
  55.     Top = 79
  56.     Width = 93
  57.     Height = 31
  58.     Hint = 'Leave the previous annotation unchanged.'
  59.     ParentShowHint = False
  60.     ShowHint = True
  61.     TabOrder = 2
  62.     OnClick = BitBtn2Click
  63.     Kind = bkCancel
  64.   end
  65.   object ListBox1: TListBox
  66.     Left = 482
  67.     Top = 10
  68.     Width = 149
  69.     Height = 70
  70.     TabStop = False
  71.     ItemHeight = 16
  72.     TabOrder = 3
  73.     Visible = False
  74.   end
  75. end
  76.